ServiceGetAttachment Method (String, AttachmentShape) |
Retrieve existing attachment.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Attachment GetAttachment(
string attachmentId,
AttachmentShape attachmentShape
)
Public Function GetAttachment (
attachmentId As String,
attachmentShape As AttachmentShape
) As Attachment
Parameters
- attachmentId
- Type: SystemString
The IDs of attachments to return. - attachmentShape
- Type: Independentsoft.ExchangeAttachmentShape
Specify which attachment information should be returned.
Return Value
Type:
AttachmentAttachment.
See Also